home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Max Calendar 2001
/
Max Calendar 2001.iso
/
pc
/
Data
/
Main.dxr
/
00006_INIZIALIZZA CARICA MAC.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-10-16
|
270 b
|
16 lines
global gConfigOk, gQtOk
on exitFrame
if (gConfigOk = 1) and (gQtOk = 1) then
go("Start")
else
if gConfigOk = 0 then
sprite(4).visible = 1
end if
if gQtOk = 0 then
sprite(5).visible = 1
sprite(6).visible = 1
end if
end if
end